Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Botcamp/ Triple SMA | Concept AI Strategy Builder #55

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

adminailab
Copy link

@adminailab adminailab commented Jul 31, 2023

Before submitting this script for review, please make sure:

  • Your code builds clean without Flake8 errors
  • You have provided a link to your Demo Day video

Description:

A directional strategy based in triple SMA ta. Implements take profit, stop loss and also trailing stop loss via DirectionalStrategyBase. This demo also showcases the concept of having an AI integrated into the terminal to help you build any strategy you might think of.

More Details Here

Script:
ai_helper_concept.py

Tips for Botcamp reviewers

What should reviewers test for?

for the script to work, create conf_ai.yml inside the conf directory with the following properties:
open_ai_api='you_api_here'
ai_model_fast='gpt-3.5-turbo-16k-0613'
ai_model_critical='gpt-4-0613'

Link to Demo Day video
Demo Video

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant